path of current working directory with os module python

40

import os
cwd = os.getcwd()

Comments

Submit
0 Comments